home *** CD-ROM | disk | FTP | other *** search
/ Enter Special 5: Digital Photography / ENTER Special 05.iso / Grafika / Paint Shop Pro 8.0 / psp800ev.exe / Data1.cab / buttons.swf / scripts / DefineButton2_15 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-04-22  |  112 b   |  6 lines

  1. on(press){
  2.    _global.mov.stop();
  3.    _global.a = "dragging";
  4.    startDrag(_global.sli,1,60,494,580,494);
  5. }
  6.